home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / yesnow.dir / 00109.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  259 b   |  15 lines

  1. on mouseDown
  2.   set the castNum of sprite 3 to 49
  3.   puppetSprite(3, 1)
  4.   updateStage()
  5.   set the castNum of sprite 3 to 48
  6.   set the visible of sprite 2 to 0
  7.   set the visible of sprite 3 to 0
  8.   puppetSound("no!")
  9.   updateStage()
  10. end
  11.  
  12. on mouseUp
  13.   go("p")
  14. end
  15.